type google.golang.org/grpc/internal/channelz.tracedChannel

4 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L439: 	if v, ok := e.(tracedChannel); ok {
		funcs.go#L501: 	childTC, ok := child.(tracedChannel)
		funcs.go#L516: 		if parentTC, ok := parent.(tracedChannel); ok {
		types.go#L622: type tracedChannel interface {